home *** CD-ROM | disk | FTP | other *** search
/ PC User 2003 December / Australian PC User - December 2003 (CD2).iso / software / apps / files / dwmx2k4.exe / Disk1 / data1.cab / Configuration_En / Snippets / Footers / Multirowwithlines.csn < prev   
Encoding:
Extensible Markup Language  |  2003-09-05  |  1.3 KB  |  37 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <snippet name = "Multiple Parts" description = "Two lists of links, plus copyright information, separated by horizontal rules." preview="html" type="block">
  3. <insertText location="beforeSelection">
  4. <![CDATA[<table width="100%" border="0" cellspacing="0" cellpadding="2">
  5.   <tr> 
  6.     <td colspan="2"> <hr noshade size="5"> </td>
  7.   </tr>
  8.   <tr> 
  9.     <td width="10%" align="right">Lorem</td>
  10.     <td width="100%"><a href="#">Lorum</a> • <a href="#">Ipsum</a> • 
  11.       <a href="#">Dolar</a></td>
  12.   </tr>
  13.   <tr> 
  14.     <td width="100%" align="right" colspan="2"> <hr noshade size="1"> </td>
  15.   </tr>
  16.   <tr> 
  17.     <td align="right">Ipsum</td>
  18.     <td width="80%"><a href="#">Lorum</a> • <a href="#">Ipsum</a> • 
  19.       <a href="#">Dolar</a> • <a href="#">Sic Amet</a> • <a href="#">Consectetur</a></td>
  20.   </tr>
  21.   <tr> 
  22.     <td width="100%" align="right" colspan="2"> <hr noshade size="1"> </td>
  23.   </tr>
  24.   <tr> 
  25.     <td> </td>
  26.     <td width="100%"><font size="-1">┬⌐2001 Lorem Ipsum Dolar Lorem ipsum dolor 
  27.       </font></td>
  28.   </tr>
  29.   <tr> 
  30.     <td width="100%" align="right" colspan="2"> <hr noshade size="1"> </td>
  31.   </tr>
  32. </table>]]>
  33. </insertText>
  34. <insertText location="afterSelection"><![CDATA[]]>
  35. </insertText>
  36. </snippet>
  37.